home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ada / gwuada_9.zip / DCLMAPP.H < prev    next >
C/C++ Source or Header  |  1992-10-05  |  740b  |  25 lines

  1. /*
  2.  * Copyright (C) 1985-1992  New York University
  3.  * 
  4.  * This file is part of the Ada/Ed-C system.  See the Ada/Ed README file for
  5.  * warranty (none) and distribution info and also the GNU General Public
  6.  * License for more details.
  7.  
  8.  */
  9.  
  10. void dstrings_init(unsigned int, unsigned int);
  11. static unsigned short dcl_lookup(char *);
  12. Declaredmap dcl_new(int);
  13. Symbol dcl_get_vis(Declaredmap, char *);
  14. Symbol dcl_get(Declaredmap, char *);
  15. static Symbol dcl_getp(Declaredmap, char *, int);
  16. void dcl_put_vis(Declaredmap, char *, Symbol, int);
  17. void dcl_put(Declaredmap, char *, Symbol);
  18. void dcl_undef(Declaredmap, char *);
  19. Declaredmap dcl_copy(Declaredmap);
  20. #ifdef DEBUG_DCL
  21. dstrings_dump();
  22. dmap_chk(Declaredmap, char *);
  23. int dcl_dump(D);
  24. #endif
  25.